home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- reconfg
- if errorlevel 2 goto hard
- if errorlevel 1 goto error
- cls
- echo
- echo Installation of SPIA on this disk is complete.
- echo To run SPIA, insert this disk (eg, into drive B:), change over to
- echo that drive and type RUNSPIA, eg:
- echo
- echo B:
- echo RUNSPIA
- echo
- echo SPIA is now customized for your computer, to RE-configure SPIA
- echo for a different computer run the program RECONFG on this disk.
- echo
- goto end
-
- :hard
- echo
- md c:\spia > nul:
- echo Please wait, copying files to drive C: . . .
- copy *.* c:\spia /v > nul:
- cls
- echo
- echo
- echo Installation on C:\SPIA is complete.
- echo To run SPIA from your hard disk simply type RUNSPIA from
- echo your C:\SPIA subdirectory, eg:
- echo
- echo CD \SPIA
- echo RUNSPIA
- echo
- echo SPIA is now customized for your computer, to RE-configure SPIA
- echo for a different computer run the program RECONFG in your C:\SPIA
- echo subdirectory.
- echo
- goto end
-
- :error
- echo
- echo Unable to complete configuration.
-
- :end
- echo
- echo Trademark/Owners: IBM/IBM; Hercules/Hercules Technology Corp.
- echo Compaq/Compaq Computer Corp.
-
-